All Questions
19 questions
0votes
0answers
341views
WordPress create custom XML RSS feed template
I am trying to create a custom XML RSS feed. However, my code is not quite working as expected. Here is what I have done: In functions.php I have created the feed called "top": add_action('...
0votes
1answer
422views
Rss error in first line of xml : not well-formed (invalid token)
I'm having a problem with my rss feed. Validator.w3.org is not accepting it, saying not well-formed (invalid token) on line 1. It seems that the name of the website appearing between <?xml ?> ...
1vote
1answer
2kviews
Publish an XML feed from a CPT with ACF fields?
looking to develop a website for a recruitment agency and they want to sync their jobs board with Indeed. From chatting to the rep, they said we'll need to provide an XML feed to Indeed in the ...
-1votes
1answer
641views
Feed RSS problem on Wordpress, need it for Google News
I need my feed to work, but i have problem with feed validator, that send me out this message https://www.rnbjunk.com/feed/ It looks like this is a web page, not a feed. I looked for a feed ...
0votes
1answer
574views
RSS/Atom feeds invalid, "Mismatched tag" errors
We are having trouble getting our feeds to validate on either Feed Validator or the W3C Feed Validation Service. When I enter any of the common URI's: [siteurl]/feed [siteurl]/feed/atom [siteurl]/...
0votes
1answer
286views
WordPress removes namespace part from my tags in RSS feed
I'm making a custom RSS feed, which outputs tags in particular namespaces. When I output <pugpig:summary> for example, the pugpig part disappears and I'm left with <summary> in the output ...
1vote
1answer
1kviews
Rewrite WordPress Standard Feed URL - /feed/ to feed.xml
I want to rewrite http://www.ourdomain.com/feed/ in the .htaccess file to http://ourdomain.com/feed.xml And we have some other feed URLs to Rewrite. After a search I could not find the correct ...
0votes
1answer
136views
accessing my mu-plugins from within a template file
I have created an XML files that use the same database as WordPress but largely non-WordPress content. I have had these XML files work as RSS feeds on an external domain, but would like to bring this ...
0votes
1answer
208views
Wordpress content on non-WP site residing on a remote domain -- how to display posts?
I have a website (non-wordpress) with a sidebar that I want to display the "latest 3 posts" from my wordpress blog that resides on a different server. I would like to also style the 3 posts using CSS/...
1vote
0answers
424views
Display image from an external rss feed on wordpress without plugins
I am trying to add an external RSS Feed to my wordpress theme. Displaying the feed content and title was a success. But I don't see any option to display the image from the external feed. I tried ...
1vote
1answer
3kviews
RSS/XML of all Categories and/or Tags
Is it possible to get an RSS / XML feed of all WordPress Categories and/or Tags? I've searched the Codex, which was very helpful in giving examples on how to access specific, individual RSS feeds, ...
0votes
1answer
2kviews
Get Post ID as a separate RSS feed item
I am looking for a way to display or echo each post ID within my RSS feed. Basically when I access my RSS feed site, I get the following XML items: <title>, <link>, <comments>, <...
2votes
3answers
9kviews
How to add featured image or custom field to xml feed?
I already tried the plugins RSS Manager, Add featured image to RSS feed and Featured Image In Rss Feed. But all they do is add the image inside the <description> attribute of the xml feed. ...
-1votes
2answers
1kviews
Wordpress Feed Error [closed]
When you access mysite's feed you get the error message shown below. I've checked my functions.php file that no have any extra space on bottom end of file. error on line 1 at column 6: XML ...
0votes
1answer
95views
Embedded Feed Update
I am trying to embed a feed on my site. The plugin I am using is called Hungry Feed. I have the feed properly embedded and everything seems to be working except one thing. The feed updates... How ...